micro_utils.dokka
0.9.0
android
common
jvm
micro_utils.dokka
/
dev.inmo.micro_utils.common
/
[jvm]Either
Either
jvm
interface
Either
<
T1
,
T2
>
Content copied to clipboard
Realization of this interface will contains at least one not null -
t1
or
t2
Types
Properties
See also
Inheritors
See also
jvm
dev.inmo.micro_utils.common.EitherFirst
dev.inmo.micro_utils.common.EitherSecond
Either.Companion.first
Either.Companion.second
Either.onFirst
Either.onSecond
Types
Companion
Link copied to clipboard
jvm
object
Companion
Content copied to clipboard
Properties
t1
Link copied to clipboard
jvm
abstract
val
t1
:
T1
?
Content copied to clipboard
t2
Link copied to clipboard
jvm
abstract
val
t2
:
T2
?
Content copied to clipboard
Inheritors
EitherFirst
Link copied to clipboard
EitherSecond
Link copied to clipboard